Set CFLAGS, CPPFLAGS, and LDFLAGS solely via configure in debian/rules.
authorRob Browning <rlb@defaultvalue.org>
Fri, 20 Sep 2013 21:32:03 +0000 (16:32 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 20 Sep 2013 21:32:06 +0000 (16:32 -0500)
commitbff413465b3bd478345a256848c58deb7bb0df9a
treea1136ed4bbd35095102dba9fab5abbd1df5eebe6
parent94c3c7f52686e5fa8c2fd0c00f1df9282c7f6ade
Set CFLAGS, CPPFLAGS, and LDFLAGS solely via configure in debian/rules.

Don't override the CFLAGS, CPPFLAGS, and LDFLAGS values chosen by the
upstream configure script; instead, make any adjustments at configure
time.  Our quashing of "-Wl,-znocombreloc" during the make invocation
was causing i386 builds of emacs24-lucid to fail under X.

Thanks to Ćukasz Pankowski <lukpank@o2.pl> for the report, and Samuel
Bronson <naesten@gmail.com> for the patch.

Closes: 684788
debian/rules